Html Css Color HEX #BBCD06 La Rioja

📋 copy color: '#BBCD06'

red 187 ◦ green 205 ◦ blue 6

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

Shades of La Rioja #BBCD06

Tints of La Rioja #BBCD06

RGB

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

 GREEN value IS 205 (80.47% from 255) = 51.51%

 BLUE value IS 6 (2.73% from 255) = 1.51%

R = 46.98%
G = 51.51%
B = 1.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#BBCD06 (or 0xBBCD06) is known color: La Rioja. HEX triplet: BB, CD and 06. RGB value is (187,205,6). Sum of RGB (Red+Green+Blue) = 187+205+6=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 205 (80.47% from 255 or 51.51% from 398); Blue value is 6 (2.73% from 255 or 1.51% from 398); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCD06 is #4432F9. Grayscale: #B1B1B1. Windows color (decimal): -4469498 or 445883. OLE color: 445883.

HSL color Cylindrical-coordinate representation of color #BBCD06: hue angle of 65.43º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBCD06 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 205 6 -
CMYK 0.09 0 0.97 0.20
HSL 65.43º 0.94% 0.41% -
HSV(B) 65.43º 0.97% 0.8% -
XYZ 42.36 54.24 8.41 -
YUV 176.93 31.54 135.18 -
System Red Green Blue C M Y K H S L
Decimal 187 205 6 0.09 0 0.97 0.20 65.43 0.94 0.41
Hex BB CD 6 9 0 61 14 41 5E 29
Octal 273 315 6 11 0 141 24 101 136 51
Binary 10111011 11001101 110 1001 0 1100001 10100 1000001 1011110 101001

Color Harmonies of #BBCD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCD06

Black with #BBCD06

Text Example


Text Example

White with #BBCD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCD06; }

 p { color: rgb(187,205,6); }

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

background-color css

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

 a { background-color: rgb(187,205,6); }

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

border-color css

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

 span { border-color: rgb(187,205,6); }

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