Html Css Color HEX #BBCF05 La Rioja

📋 copy color: '#BBCF05'

red 187 ◦ green 207 ◦ blue 5

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

Shades of La Rioja #BBCF05

Tints of La Rioja #BBCF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.25%

R = 46.87%
G = 51.88%
B = 1.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#BBCF05 (or 0xBBCF05) is known color: La Rioja. HEX triplet: BB, CF and 05. RGB value is (187,207,5). Sum of RGB (Red+Green+Blue) = 187+207+5=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 5 (2.34% from 255 or 1.25% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCF05 is #4430FA. Grayscale: #B2B2B2. Windows color (decimal): -4468987 or 380859. OLE color: 380859.

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

Color convert

RGB 187 207 5 -
CMYK 0.10 0 0.98 0.19
HSL 65.94º 0.95% 0.42% -
HSV(B) 65.94º 0.98% 0.81% -
XYZ 42.83 55.2 8.54 -
YUV 177.99 30.37 134.43 -
System Red Green Blue C M Y K H S L
Decimal 187 207 5 0.10 0 0.98 0.19 65.94 0.95 0.42
Hex BB CF 5 A 0 62 13 42 5F 2A
Octal 273 317 5 12 0 142 23 102 137 52
Binary 10111011 11001111 101 1010 0 1100010 10011 1000010 1011111 101010

Color Harmonies of #BBCF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF05

Black with #BBCF05

Text Example


Text Example

White with #BBCF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF05; }

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

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

background-color css

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

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

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

border-color css

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

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

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