Html Css Color HEX #BBCD0A La Rioja

📋 copy color: '#BBCD0A'

red 187 ◦ green 205 ◦ blue 10

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

Shades of La Rioja #BBCD0A

Tints of La Rioja #BBCD0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.49%

R = 46.52%
G = 51%
B = 2.49%

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

#BBCD0A (or 0xBBCD0A) is known color: La Rioja. HEX triplet: BB, CD and 0A. RGB value is (187,205,10). Sum of RGB (Red+Green+Blue) = 187+205+10=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 205 (80.47% from 255 or 51.00% from 402); Blue value is 10 (4.30% from 255 or 2.49% from 402); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCD0A is #4432F5. Grayscale: #B2B2B2. Windows color (decimal): -4469494 or 708027. OLE color: 708027.

HSL color Cylindrical-coordinate representation of color #BBCD0A: hue angle of 65.54º degrees, saturation: 0.91, 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 #BBCD0A is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 205 10 -
CMYK 0.09 0 0.95 0.20
HSL 65.54º 0.91% 0.42% -
HSV(B) 65.54º 0.95% 0.8% -
XYZ 42.38 54.25 8.52 -
YUV 177.39 33.54 134.86 -
System Red Green Blue C M Y K H S L
Decimal 187 205 10 0.09 0 0.95 0.20 65.54 0.91 0.42
Hex BB CD A 9 0 5F 14 42 5B 2A
Octal 273 315 12 11 0 137 24 102 133 52
Binary 10111011 11001101 1010 1001 0 1011111 10100 1000010 1011011 101010

Color Harmonies of #BBCD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCD0A

Black with #BBCD0A

Text Example


Text Example

White with #BBCD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCD0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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