Html Css Color HEX #BBCD0E La Rioja

📋 copy color: '#BBCD0E'

red 187 ◦ green 205 ◦ blue 14

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

Shades of La Rioja #BBCD0E

Tints of La Rioja #BBCD0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.45%

R = 46.06%
G = 50.49%
B = 3.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#BBCD0E (or 0xBBCD0E) is known color: La Rioja. HEX triplet: BB, CD and 0E. RGB value is (187,205,14). Sum of RGB (Red+Green+Blue) = 187+205+14=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 14 (5.86% from 255 or 3.45% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCD0E is #4432F1. Grayscale: #B2B2B2. Windows color (decimal): -4469490 or 970171. OLE color: 970171.

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

Color convert

RGB 187 205 14 -
CMYK 0.09 0 0.93 0.20
HSL 65.65º 0.87% 0.43% -
HSV(B) 65.65º 0.93% 0.8% -
XYZ 42.4 54.26 8.65 -
YUV 177.84 35.54 134.53 -
System Red Green Blue C M Y K H S L
Decimal 187 205 14 0.09 0 0.93 0.20 65.65 0.87 0.43
Hex BB CD E 9 0 5D 14 42 57 2B
Octal 273 315 16 11 0 135 24 102 127 53
Binary 10111011 11001101 1110 1001 0 1011101 10100 1000010 1010111 101011

Color Harmonies of #BBCD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCD0E

Black with #BBCD0E

Text Example


Text Example

White with #BBCD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCD0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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