Html Css Color HEX #CBD46B Goldenrod

📋 copy color: '#CBD46B'

red 203 ◦ green 212 ◦ blue 107

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

Shades of Goldenrod #CBD46B

Tints of Goldenrod #CBD46B

RGB

 RED value IS 203 (79.69% from 255) = 38.89%

 GREEN value IS 212 (83.2% from 255) = 40.61%

 BLUE value IS 107 (42.19% from 255) = 20.5%

R = 38.89%
G = 40.61%
B = 20.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#CBD46B (or 0xCBD46B) is known color: Goldenrod. HEX triplet: CB, D4 and 6B. RGB value is (203,212,107). Sum of RGB (Red+Green+Blue) = 203+212+107=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD46B is #342B94. Grayscale: #C5C5C5. Windows color (decimal): -3419029 or 7066827. OLE color: 7066827.

HSL color Cylindrical-coordinate representation of color #CBD46B: hue angle of 65.14º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBD46B is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 203 212 107 -
CMYK 0.04 0 0.50 0.17
HSL 65.14º 0.55% 0.63% -
HSV(B) 65.14º 0.5% 0.83% -
XYZ 50.83 60.85 22.98 -
YUV 197.34 77.02 132.04 -
System Red Green Blue C M Y K H S L
Decimal 203 212 107 0.04 0 0.50 0.17 65.14 0.55 0.63
Hex CB D4 6B 4 0 32 11 41 37 3F
Octal 313 324 153 4 0 62 21 101 67 77
Binary 11001011 11010100 1101011 100 0 110010 10001 1000001 110111 111111

Color Harmonies of #CBD46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD46B

Black with #CBD46B

Text Example


Text Example

White with #CBD46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD46B; }

 p { color: rgb(203,212,107); }

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

background-color css

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

 a { background-color: rgb(203,212,107); }

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

border-color css

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

 span { border-color: rgb(203,212,107); }

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