Html Css Color HEX #BBC905 La Rioja

📋 copy color: '#BBC905'

red 187 ◦ green 201 ◦ blue 5

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

Shades of La Rioja #BBC905

Tints of La Rioja #BBC905

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.15%

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

R = 47.58%
G = 51.15%
B = 1.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#BBC905 (or 0xBBC905) is known color: La Rioja. HEX triplet: BB, C9 and 05. RGB value is (187,201,5). Sum of RGB (Red+Green+Blue) = 187+201+5=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 201 (78.91% from 255 or 51.15% from 393); Blue value is 5 (2.34% from 255 or 1.27% from 393); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC905 is #4436FA. Grayscale: #AFAFAF. Windows color (decimal): -4470523 or 379323. OLE color: 379323.

HSL color Cylindrical-coordinate representation of color #BBC905: hue angle of 64.29º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BBC905 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 5 -
CMYK 0.07 0 0.98 0.21
HSL 64.29º 0.95% 0.4% -
HSV(B) 64.29º 0.98% 0.79% -
XYZ 41.41 52.35 8.07 -
YUV 174.47 32.36 136.94 -
System Red Green Blue C M Y K H S L
Decimal 187 201 5 0.07 0 0.98 0.21 64.29 0.95 0.4
Hex BB C9 5 7 0 62 15 40 5F 28
Octal 273 311 5 7 0 142 25 100 137 50
Binary 10111011 11001001 101 111 0 1100010 10101 1000000 1011111 101000

Color Harmonies of #BBC905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC905

Black with #BBC905

Text Example


Text Example

White with #BBC905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC905; }

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

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

background-color css

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

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

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

border-color css

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

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

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