Html Css Color HEX #BDC30D La Rioja

📋 copy color: '#BDC30D'

red 189 ◦ green 195 ◦ blue 13

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

Shades of La Rioja #BDC30D

Tints of La Rioja #BDC30D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.12%

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

R = 47.61%
G = 49.12%
B = 3.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#BDC30D (or 0xBDC30D) is known color: La Rioja. HEX triplet: BD, C3 and 0D. RGB value is (189,195,13). Sum of RGB (Red+Green+Blue) = 189+195+13=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC30D is #423CF2. Grayscale: #ADADAD. Windows color (decimal): -4340979 or 902077. OLE color: 902077.

HSL color Cylindrical-coordinate representation of color #BDC30D: hue angle of 61.98º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDC30D is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 195 13 -
CMYK 0.03 0 0.93 0.24
HSL 61.98º 0.88% 0.41% -
HSV(B) 61.98º 0.93% 0.76% -
XYZ 40.57 49.88 7.87 -
YUV 172.46 38.01 139.8 -
System Red Green Blue C M Y K H S L
Decimal 189 195 13 0.03 0 0.93 0.24 61.98 0.88 0.41
Hex BD C3 D 3 0 5D 18 3E 58 29
Octal 275 303 15 3 0 135 30 76 130 51
Binary 10111101 11000011 1101 11 0 1011101 11000 111110 1011000 101001

Color Harmonies of #BDC30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC30D

Black with #BDC30D

Text Example


Text Example

White with #BDC30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC30D; }

 p { color: rgb(189,195,13); }

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

background-color css

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

 a { background-color: rgb(189,195,13); }

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

border-color css

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

 span { border-color: rgb(189,195,13); }

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