Html Css Color HEX #BBCF02 La Rioja

📋 copy color: '#BBCF02'

red 187 ◦ green 207 ◦ blue 2

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

Shades of La Rioja #BBCF02

Tints of La Rioja #BBCF02

RGB

 RED value IS 187 (73.44% from 255) = 47.22%

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

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

R = 47.22%
G = 52.27%
B = 0.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#BBCF02 (or 0xBBCF02) is known color: La Rioja. HEX triplet: BB, CF and 02. RGB value is (187,207,2). Sum of RGB (Red+Green+Blue) = 187+207+2=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 207 (81.25% from 255 or 52.27% from 396); Blue value is 2 (1.17% from 255 or 0.51% from 396); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCF02 is #4430FD. Grayscale: #B2B2B2. Windows color (decimal): -4468990 or 184251. OLE color: 184251.

HSL color Cylindrical-coordinate representation of color #BBCF02: hue angle of 65.85º 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 #BBCF02 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 207 2 -
CMYK 0.10 0 0.99 0.19
HSL 65.85º 0.98% 0.41% -
HSV(B) 65.85º 0.99% 0.81% -
XYZ 42.82 55.19 8.45 -
YUV 177.65 28.87 134.67 -
System Red Green Blue C M Y K H S L
Decimal 187 207 2 0.10 0 0.99 0.19 65.85 0.98 0.41
Hex BB CF 2 A 0 63 13 42 62 29
Octal 273 317 2 12 0 143 23 102 142 51
Binary 10111011 11001111 10 1010 0 1100011 10011 1000010 1100010 101001

Color Harmonies of #BBCF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF02

Black with #BBCF02

Text Example


Text Example

White with #BBCF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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