Html Css Color HEX #B3CF02 La Rioja

📋 copy color: '#B3CF02'

red 179 ◦ green 207 ◦ blue 2

#B3CF02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #B3CF02

Tints of La Rioja #B3CF02

RGB

 RED value IS 179 (70.31% from 255) = 46.13%

 GREEN value IS 207 (81.25% from 255) = 53.35%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 46.13%
G = 53.35%
B = 0.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B3CF02 (or 0xB3CF02) is known color: La Rioja. HEX triplet: B3, CF and 02. RGB value is (179,207,2). Sum of RGB (Red+Green+Blue) = 179+207+2=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 207 (81.25% from 255 or 53.35% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3CF02 is #4C30FD. Grayscale: #B0B0B0. Windows color (decimal): -4993278 or 184243. OLE color: 184243.

HSL color Cylindrical-coordinate representation of color #B3CF02: hue angle of 68.2º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B3CF02 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 207 2 -
CMYK 0.14 0 0.99 0.19
HSL 68.2º 0.98% 0.41% -
HSV(B) 68.2º 0.99% 0.81% -
XYZ 40.91 54.21 8.37 -
YUV 175.26 30.22 130.67 -
System Red Green Blue C M Y K H S L
Decimal 179 207 2 0.14 0 0.99 0.19 68.2 0.98 0.41
Hex B3 CF 2 E 0 63 13 44 62 29
Octal 263 317 2 16 0 143 23 104 142 51
Binary 10110011 11001111 10 1110 0 1100011 10011 1000100 1100010 101001

Color Harmonies of #B3CF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CF02

Black with #B3CF02

Text Example


Text Example

White with #B3CF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CF02; }

 p { color: rgb(179,207,2); }

 H1.HeaderClassName
 {
   color: #B3CF02;
 }
 .AnyTagClassName
 {
   color: #B3CF02;
 }
</style>

background-color css

<style>
 a { background-color: #B3CF02; }

 a { background-color: rgb(179,207,2); }

 div.DivClassName
 {
   background-color: #B3CF02;
 }
 .BgClassName
 {
   background-color: #B3CF02;
 }
</style>

border-color css

<style>
 span { border-color: #B3CF02; }

 span { border-color: rgb(179,207,2); }

 td.TdClassName
 {
   border-color: #B3CF02;
 }
 .TagClassName
 {
   border-color: #B3CF02;
 }
</style>