Html Css Color HEX #BBCB0D La Rioja

📋 copy color: '#BBCB0D'

red 187 ◦ green 203 ◦ blue 13

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

Shades of La Rioja #BBCB0D

Tints of La Rioja #BBCB0D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50.37%

 BLUE value IS 13 (5.47% from 255) = 3.23%

R = 46.4%
G = 50.37%
B = 3.23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#BBCB0D (or 0xBBCB0D) is known color: La Rioja. HEX triplet: BB, CB and 0D. RGB value is (187,203,13). Sum of RGB (Red+Green+Blue) = 187+203+13=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 13 (5.47% from 255 or 3.23% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCB0D is #4434F2. Grayscale: #B1B1B1. Windows color (decimal): -4470003 or 904123. OLE color: 904123.

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

Color convert

RGB 187 203 13 -
CMYK 0.08 0 0.94 0.20
HSL 65.05º 0.88% 0.42% -
HSV(B) 65.05º 0.94% 0.8% -
XYZ 41.92 53.31 8.46 -
YUV 176.56 35.7 135.45 -
System Red Green Blue C M Y K H S L
Decimal 187 203 13 0.08 0 0.94 0.20 65.05 0.88 0.42
Hex BB CB D 8 0 5E 14 41 58 2A
Octal 273 313 15 10 0 136 24 101 130 52
Binary 10111011 11001011 1101 1000 0 1011110 10100 1000001 1011000 101010

Color Harmonies of #BBCB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCB0D

Black with #BBCB0D

Text Example


Text Example

White with #BBCB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCB0D; }

 p { color: rgb(187,203,13); }

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

background-color css

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

 a { background-color: rgb(187,203,13); }

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

border-color css

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

 span { border-color: rgb(187,203,13); }

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