Html Css Color HEX #BBCD0B La Rioja

📋 copy color: '#BBCD0B'

red 187 ◦ green 205 ◦ blue 11

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

Shades of La Rioja #BBCD0B

Tints of La Rioja #BBCD0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.73%

R = 46.4%
G = 50.87%
B = 2.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#BBCD0B (or 0xBBCD0B) is known color: La Rioja. HEX triplet: BB, CD and 0B. RGB value is (187,205,11). Sum of RGB (Red+Green+Blue) = 187+205+11=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 205 (80.47% from 255 or 50.87% from 403); Blue value is 11 (4.69% from 255 or 2.73% from 403); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCD0B is #4432F4. Grayscale: #B2B2B2. Windows color (decimal): -4469493 or 773563. OLE color: 773563.

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

Color convert

RGB 187 205 11 -
CMYK 0.09 0 0.95 0.20
HSL 65.57º 0.9% 0.42% -
HSV(B) 65.57º 0.95% 0.8% -
XYZ 42.39 54.25 8.55 -
YUV 177.5 34.04 134.77 -
System Red Green Blue C M Y K H S L
Decimal 187 205 11 0.09 0 0.95 0.20 65.57 0.9 0.42
Hex BB CD B 9 0 5F 14 42 5A 2A
Octal 273 315 13 11 0 137 24 102 132 52
Binary 10111011 11001101 1011 1001 0 1011111 10100 1000010 1011010 101010

Color Harmonies of #BBCD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCD0B

Black with #BBCD0B

Text Example


Text Example

White with #BBCD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCD0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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