Html Css Color HEX #BDCC0A La Rioja

📋 copy color: '#BDCC0A'

red 189 ◦ green 204 ◦ blue 10

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

Shades of La Rioja #BDCC0A

Tints of La Rioja #BDCC0A

RGB

 RED value IS 189 (74.22% from 255) = 46.9%

 GREEN value IS 204 (80.08% from 255) = 50.62%

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

R = 46.9%
G = 50.62%
B = 2.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#BDCC0A (or 0xBDCC0A) is known color: La Rioja. HEX triplet: BD, CC and 0A. RGB value is (189,204,10). Sum of RGB (Red+Green+Blue) = 189+204+10=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 10 (4.30% from 255 or 2.48% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCC0A is #4233F5. Grayscale: #B2B2B2. Windows color (decimal): -4338678 or 707773. OLE color: 707773.

HSL color Cylindrical-coordinate representation of color #BDCC0A: hue angle of 64.64º 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 #BDCC0A is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 204 10 -
CMYK 0.07 0 0.95 0.2
HSL 64.64º 0.91% 0.42% -
HSV(B) 64.64º 0.95% 0.8% -
XYZ 42.63 54.03 8.47 -
YUV 177.4 33.53 136.27 -
System Red Green Blue C M Y K H S L
Decimal 189 204 10 0.07 0 0.95 0.2 64.64 0.91 0.42
Hex BD CC A 7 0 5F 14 41 5B 2A
Octal 275 314 12 7 0 137 24 101 133 52
Binary 10111101 11001100 1010 111 0 1011111 10100 1000001 1011011 101010

Color Harmonies of #BDCC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCC0A

Black with #BDCC0A

Text Example


Text Example

White with #BDCC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCC0A; }

 p { color: rgb(189,204,10); }

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

background-color css

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

 a { background-color: rgb(189,204,10); }

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

border-color css

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

 span { border-color: rgb(189,204,10); }

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